From 3c3158c2591916ff84e492f095c7a38c4cb5c579 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A1n=20Vesel=C3=BD?= Date: Thu, 6 Dec 2018 15:06:27 -0500 Subject: [PATCH] meson: Remove duplicate rule for config.h Signed-off-by: Jan Vesely --- meson.build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meson.build b/meson.build index 55f5846..57a2b9b 100644 --- a/meson.build +++ b/meson.build @@ -315,12 +315,6 @@ pkgconfig.generate(filebase: 'babl', ], ) -configure_file( - output: 'config.h', - configuration: conf -) - - ################################################################################ # Subdirs -- 2.30.2